﻿.banner {
    background: url(../Images/banners/aboutus.png) no-repeat center center;
}

.content p {
    text-indent: 2em;
    line-height: 25px;
}

.content .imgview {
    width: 33.3%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

    .content .imgview a, .content .imgview img {
        width: 80%;
        height: 232px;
        margin: 0 auto;
        border: none;
    }

    .content .imgview p {
        overflow: hidden;
        text-wrap: none;
        white-space: nowrap;
        width: 80%;
        margin: 0 auto;
    }
